From f109ee6d8c763f4333b4f9ef7d57d2fec9a1dee0 Mon Sep 17 00:00:00 2001 From: Gian Mario Tagliaretti Date: Mon, 25 Aug 2008 06:04:36 +0000 Subject: [PATCH] missing Since 2.14, fixes #549236 svn path=/trunk/; revision=21194 --- gtk/gtkfilechooser.c | 2 ++ gtk/gtkfontsel.c | 2 ++ gtk/gtkmountoperation.c | 2 ++ 3 files changed, 6 insertions(+) diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index a6d2b77467..a30648a89d 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -1181,6 +1181,8 @@ gtk_file_chooser_set_file (GtkFileChooser *chooser, * folder. * * Returns: a selected #GFile + * + * Since: 2.14 **/ GFile * gtk_file_chooser_get_file (GtkFileChooser *chooser) diff --git a/gtk/gtkfontsel.c b/gtk/gtkfontsel.c index 33e6e29264..c931d2b9d6 100644 --- a/gtk/gtkfontsel.c +++ b/gtk/gtkfontsel.c @@ -1612,6 +1612,8 @@ gtk_font_selection_dialog_get_apply_button (GtkFontSelectionDialog *fsd) * Gets the 'Cancel' button. * * Return value: the #GtkWidget used in the dialog for the 'Cancel' button. + * + * Since: 2.14 */ GtkWidget * gtk_font_selection_dialog_get_cancel_button (GtkFontSelectionDialog *fsd) diff --git a/gtk/gtkmountoperation.c b/gtk/gtkmountoperation.c index 18f2a61a72..d2e83c47c0 100644 --- a/gtk/gtkmountoperation.c +++ b/gtk/gtkmountoperation.c @@ -767,6 +767,8 @@ gtk_mount_operation_is_showing (GtkMountOperation *op) * * Sets the transient parent for windows shown by the * #GtkMountOperation. + * + * Since: 2.14 */ void gtk_mount_operation_set_parent (GtkMountOperation *op, -- 2.30.2